// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-03A TN_Widget.CreateTable([['Ray Lamontagne & Gregory Alan Isakov','KettleHouse Amphitheater','Bonner, MT','Wednesday','9/4/2024','8:00 PM','6389696','Ray-Lamontagne---Gregory-Alan-Isakov-9-4-2024'],['Ray Lamontagne & Gregory Alan Isakov','Chateau Ste Michelle Winery','Woodinville, WA','Friday','9/6/2024','6:00 PM','6389697','Ray-Lamontagne---Gregory-Alan-Isakov-9-6-2024'],['Ray Lamontagne & Gregory Alan Isakov','Chateau Ste Michelle Winery','Woodinville, WA','Saturday','9/7/2024','6:00 PM','6389698','Ray-Lamontagne---Gregory-Alan-Isakov-9-7-2024'],['Ray Lamontagne & Gregory Alan Isakov','Hayden Homes Amphitheater','Bend, OR','Sunday','9/8/2024','6:00 PM','6389699','Ray-Lamontagne---Gregory-Alan-Isakov-9-8-2024'],['Ray Lamontagne & Gregory Alan Isakov','Britt Festival Pavilion & Gardens','Jacksonville, OR','Tuesday','9/10/2024','6:30 PM','6389714','Ray-Lamontagne---Gregory-Alan-Isakov-9-10-2024'],['Ray Lamontagne & Gregory Alan Isakov','Greek Theatre - U.C. Berkeley','Berkeley, CA','Wednesday','9/11/2024','7:00 PM','6389700','Ray-Lamontagne---Gregory-Alan-Isakov-9-11-2024'],['Ray Lamontagne & Gregory Alan Isakov','YouTube Theater at Hollywood Park','Inglewood, CA','Thursday','9/12/2024','7:00 PM','6389701','Ray-Lamontagne---Gregory-Alan-Isakov-9-12-2024'],['Ray Lamontagne & Gregory Alan Isakov','Cal Coast Credit Union Open Air Theatre','San Diego, CA','Saturday','9/14/2024','7:00 PM','6389702','Ray-Lamontagne---Gregory-Alan-Isakov-9-14-2024'],['Ray Lamontagne & Gregory Alan Isakov','Arizona Financial Theatre','Phoenix, AZ','Sunday','9/15/2024','7:00 PM','6389703','Ray-Lamontagne---Gregory-Alan-Isakov-9-15-2024'],['Ray Lamontagne & Gregory Alan Isakov','Firefly Distillery','North Charleston, SC','Tuesday','10/1/2024','6:00 PM','6389704','Ray-Lamontagne---Gregory-Alan-Isakov-10-1-2024'],['Ray Lamontagne & Gregory Alan Isakov','ExploreAsheville.com Arena at Harrah's Cherokee Center','Asheville, NC','Wednesday','10/2/2024','7:00 PM','6389705','Ray-Lamontagne---Gregory-Alan-Isakov-10-2-2024'],['Ray Lamontagne & Gregory Alan Isakov','The Andrew J Brady ICON Music Center','Cincinnati, OH','Friday','10/4/2024','7:00 PM','6389706','Ray-Lamontagne---Gregory-Alan-Isakov-10-4-2024'],['Ray Lamontagne & Gregory Alan Isakov','Everwise Amphitheater at White River State Park','Indianapolis, IN','Saturday','10/5/2024','7:00 PM','6389707','Ray-Lamontagne---Gregory-Alan-Isakov-10-5-2024'],['Ray Lamontagne & Gregory Alan Isakov','FirstBank Amphitheater','Franklin, TN','Sunday','10/6/2024','7:00 PM','6389708','Ray-Lamontagne---Gregory-Alan-Isakov-10-6-2024'],['Ray Lamontagne & Gregory Alan Isakov','Pier Six Pavilion','Baltimore, MD','Tuesday','10/8/2024','7:00 PM','6389709','Ray-Lamontagne---Gregory-Alan-Isakov-10-8-2024'],['Ray Lamontagne & Gregory Alan Isakov','Ting Pavilion','Charlottesville, VA','Wednesday','10/9/2024','7:00 PM','6389710','Ray-Lamontagne---Gregory-Alan-Isakov-10-9-2024'],['Ray Lamontagne & Gregory Alan Isakov','Cadence Bank Amphitheatre at Chastain Park','Atlanta, GA','Friday','10/11/2024','7:00 PM','6389711','Ray-Lamontagne---Gregory-Alan-Isakov-10-11-2024'],['Ray Lamontagne & Gregory Alan Isakov','Skyla Credit Union Amphitheatre','Charlotte, NC','Saturday','10/12/2024','7:00 PM','6389712','Ray-Lamontagne---Gregory-Alan-Isakov-10-12-2024'],['Ray Lamontagne & Gregory Alan Isakov','Red Hat Amphitheater','Raleigh, NC','Sunday','10/13/2024','6:00 PM','6389713','Ray-Lamontagne---Gregory-Alan-Isakov-10-13-2024']],'Ray LaMontagne','http://www.ticketnetwork.com/ticket/Ray-LaMontagne-events.aspx');